home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / clib / monitor_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-15  |  523 b   |  25 lines

  1. #ifndef  CLIB_MONITOR_PROTOS_H
  2. #define  CLIB_MONITOR_PROTOS_H
  3.  
  4. /*
  5. **   $VER: monitor_protos.h V0.9B
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1997 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. #ifndef  SYSTEM_TYPES_H
  14. #include <system/types.h>
  15. #endif
  16.  
  17. void monRemapFunctions(struct DPKBase *);
  18. APTR monSetHardware(struct GScreen *, UWORD *Insert);
  19. LONG monTakeDisplay(struct GScreen *);
  20. struct GScreen * monReturnDisplay(void);
  21. void monRemakeScreen(struct GScreen *);
  22.  
  23. #endif /* CLIB_MONITOR_PROTOS_H */
  24.  
  25.